API Reference > OdGe Classes > OdGeExtents3d Class > OdGeExtents3d Operators > [] Operator > OdGeExtents3d::[] Operator (int)
OdGeExtents3d::[] Operator (int)
Syntax
C++
const OdGePoint3d& operator [](int iIndex) const;
Parameters 
Description 
int iIndex 
[in] Index of the vertex to return. 

Minimum vertex when iIndex = 0, maximum vertex otherwise.

Returns the vertex of the box depending on index. 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.